home *** CD-ROM | disk | FTP | other *** search
- #define LISTHASSIZES 1
-
- #include <Limits.h>
- #include <Types.h>
- #include <Resources.h>
- #include <QuickDraw.h>
- #include <Fonts.h>
- #include <Events.h>
- #include <Windows.h>
- #include <Menus.h>
- #include <TextEdit.h>
- #include <Dialogs.h>
- #include <Desk.h>
- #include <ToolUtils.h>
- #include <Memory.h>
- #include <SegLoad.h>
- #include <Files.h>
- #include <OSUtils.h>
- #include <OSEvents.h>
- #include <DiskInit.h>
- #include <Packages.h>
- #include <Traps.h>
- #include <AppleEvents.h>
- #include <Scrap.h>
- #include <CTBUtilities.h>
- #include <PLStringFuncs.h>
-
- #include "MenuHack.h"
-
- #include "MHAppEvts.h"
- #include "MHHandler.h"
-
- /* The "g" prefix is used to emphasize that a variable is global. */
-
- /* GInBackground is maintained by our osEvent handling routines. Any part of
- the program can check it to find out if it is currently in the background. */
- extern Boolean gInBackground; /* maintained by Initialize and DoEvent */
- extern Boolean gDoneFlag; /* Set to false, to quit next time in main evt loop */
-